docs: Improve GtkTreeModel iteration pattern
authorDavid King <amigadave@amigadave.com>
Thu, 22 Nov 2012 17:38:41 +0000 (17:38 +0000)
committerDavid King <amigadave@amigadave.com>
Thu, 22 Nov 2012 21:36:46 +0000 (21:36 +0000)
commitc627b221264ff93f5bb4e172fb875a57ec7e5959
tree04d07d3a19e5534bceacc8bc5681a770b612220c
parente677cee28f14600336c271b2d74a1d82df4b47a9
docs: Improve GtkTreeModel iteration pattern

Iterating over the model in this way means that use of continue is less
error-prone, as the increment is part of the loop construct.

https://bugzilla.gnome.org/show_bug.cgi?id=548793
gtk/gtktreemodel.c